In This Topic
Sets the property value.
Recommended value types for a property are string, number and bool.
Syntax
Parameters
- value
- The value of the proeprty.
Exceptions
| Exception | Description |
| java.lang.IllegalArgumentException | When value is null. |
See Also